home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Backup, Restoration & File Management / DriverMax 4.7 / drivermax.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2008-11-10  |  5.6 KB  |  88 lines

  1. ;InnoSetupVersion=5.2.3
  2. [Setup]
  3. AppName=DriverMax
  4. AppVerName=DriverMax 4
  5. AppId=DMX4
  6. AppPublisher=Innovative Solutions
  7. AppPublisherURL=http://www.innovative-sol.com/
  8. AppSupportURL=http://www.innovative-sol.com/
  9. AppUpdatesURL=http://www.innovative-sol.com/
  10. DefaultDirName={pf}\Innovative Solutions\DriverMax
  11. DefaultGroupName=DriverMax
  12. OutputBaseFilename=in
  13. Compression=lzma
  14. LicenseFile=embedded\License.rtf
  15. WizardImageFile=embedded\WizardImage0.bmp
  16. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  17. [Files]
  18. Source: "{app}\stop_dmx.exe"; DestDir: "{app}"; AfterInstall: "KillDevices"; Flags: ignoreversion 
  19. Source: "{app}\Readme\license.rtf"; DestDir: "{app}\Readme"; Flags: ignoreversion 
  20. Source: "{app}\Readme\driver_updates.rtf"; DestDir: "{app}\Readme"; Flags: ignoreversion 
  21. Source: "{app}\Readme\agreement.rtf"; DestDir: "{app}\Readme"; Flags: ignoreversion 
  22. Source: "{app}\devices.exe"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\devices_agent.exe"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\loading_bar.avi"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\DPInst\x86\dpinst.exe"; DestDir: "{app}\DPInst\x86"; Flags: ignoreversion 
  26. Source: "{app}\DPInst\amd64\dpinst.exe"; DestDir: "{app}\DPInst\amd64"; Flags: ignoreversion 
  27. Source: "{app}\DPInst\ia64\dpinst.exe"; DestDir: "{app}\DPInst\ia64"; Flags: ignoreversion 
  28. Source: "{app}\Reports\Devices\custom_image.jpg"; DestDir: "{app}\Reports\Devices"; Flags: ignoreversion 
  29. Source: "{app}\Reports\Devices\installed_devices_report.htm"; DestDir: "{app}\Reports\Devices"; Flags: ignoreversion 
  30. Source: "{app}\Reports\Devices\installed_devices_report.txt"; DestDir: "{app}\Reports\Devices"; Flags: ignoreversion 
  31. Source: "{app}\Reports\Devices\installed_devices_template.htm"; DestDir: "{app}\Reports\Devices"; Flags: ignoreversion 
  32. Source: "{app}\Reports\Devices\sigla2.png"; DestDir: "{app}\Reports\Devices"; Flags: ignoreversion 
  33. Source: "{app}\Reports\Devices\susdr.png"; DestDir: "{app}\Reports\Devices"; Flags: ignoreversion 
  34. Source: "{app}\Reports\Devices\suslinie.png"; DestDir: "{app}\Reports\Devices"; Flags: ignoreversion 
  35. [Dirs]
  36. Name: "{app}\Drivers"; 
  37. [Registry]
  38. Root: HKCU; Subkey: "Software\Innovative Solutions\DriverMax\DriverMaxAgent"; Flags: uninsdeletekey deletekey noerror 
  39. Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "DriverMax"; ValueType: String; Flags: uninsdeletevalue deletevalue 
  40. Root: HKCU; Subkey: "Software\Innovative Solutions\DriverMax\DriverMaxAgent\Downloads"; Flags: uninsdeletekey 
  41. Root: HKCU; Subkey: "Software\Innovative Solutions\DriverMax"; ValueName: "chkAgentEnabledCheck"; ValueType: Dword; ValueData: "$1"; Flags: deletevalue 
  42. [INI]
  43. FileName: "{app}\dmx.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.innovative-sol.com"; 
  44. [Run]
  45. Filename: "{app}\devices.exe"; Parameters: "-RND"; WorkingDir: "{app}"; Description: "Perform setup"; Flags: skipifdoesntexist nowait
  46. Filename: "{app}\devices.exe"; Parameters: "-DATE"; WorkingDir: "{app}"; Description: "Perform setup"; Flags: skipifdoesntexist nowait
  47. Filename: "{app}\devices.exe"; Parameters: "-DATE_LAST"; WorkingDir: "{app}"; Description: "Perform setup"; Flags: skipifdoesntexist nowait
  48. Filename: "{app}\devices.exe"; Parameters: "-ASSOCIATE"; WorkingDir: "{app}"; Description: "Perform setup"; Flags: skipifdoesntexist nowait
  49. Filename: "{app}\devices.exe"; Parameters: "-GENARCH"; WorkingDir: "{app}"; MinVersion: 0.0,5.0; Flags: skipifsilent 
  50. Filename: "{app}\devices.exe"; Description: "Launch DriverMax"; Flags: postinstall skipifsilent nowait
  51. Filename: "{app}\devices.exe"; Parameters: "-SITE"; Description: "Open the DriverMax web page"; Flags: postinstall skipifsilent 
  52. [UninstallRun]
  53. Filename: "{app}\stop_dmx.exe"; Parameters: "/STOP"; WorkingDir: "{app}"; 
  54. [Icons]
  55. Name: "{group}\DriverMax"; Filename: "{app}\devices.exe"; 
  56. Name: "{group}\Other products by Innovative Solutions"; Filename: "{app}\dmx.url"; 
  57. Name: "{userdesktop}\DriverMax"; Filename: "{app}\devices.exe"; Tasks: desktopicon; 
  58. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\DriverMax"; Filename: "{app}\devices.exe"; Tasks: quicklaunchicon; 
  59. Name: "{group}\Uninstall"; Filename: "{uninstallexe}"; 
  60. [Tasks]
  61. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  62. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  63. [InstallDelete]
  64. Type: files; Name: "{localappdata}\Innovative Solutions\DriverMax\Agent\*.dmx-info"; 
  65. Type: files; Name: "{localappdata}\Innovative Solutions\DriverMax\Agent\log_v1.log"; 
  66. [UninstallDelete]
  67. Type: files; Name: "{app}\dmx.url"; 
  68. Type: filesandordirs; Name: "{app}\Drivers"; 
  69. Type: filesandordirs; Name: "{app}\Reports"; 
  70. Type: filesandordirs; Name: "{app}\Details"; 
  71. Type: files; Name: "{app}\log.txt"; 
  72. Type: files; Name: "{app}\*.zip"; 
  73. Type: filesandordirs; Name: "{localappdata}\Innovative Solutions\DriverMax\Agent\Downloded Drivers"; 
  74. [CustomMessages]
  75. default.NameAndVersion=%1 version %2
  76. default.AdditionalIcons=Additional icons:
  77. default.CreateDesktopIcon=Create a &desktop icon
  78. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  79. default.ProgramOnTheWeb=%1 on the Web
  80. default.UninstallProgram=Uninstall %1
  81. default.LaunchProgram=Launch %1
  82. default.AssocFileExtension=&Associate %1 with the %2 file extension
  83. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  84. [Languages]
  85. ; These files are stubs
  86. ; To achieve better results after recompilation, use the real language files
  87. Name: "default"; MessagesFile: "embedded\default.isl"; 
  88.